org.eclipse.vtp.framework.interactions.core.services
Class InputManager

java.lang.Object
  extended by org.eclipse.vtp.framework.interactions.core.services.InputManager
All Implemented Interfaces:
IInputGrammarFactory

public class InputManager
extends java.lang.Object
implements IInputGrammarFactory

Implementation of IInputGrammarFactory.

Author:
Lonnie Pryor

Constructor Summary
InputManager(org.eclipse.core.runtime.IExtensionRegistry registry)
          Creates a new InputManager.
 
Method Summary
 InputGrammar loadInput(org.w3c.dom.Element configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputManager

public InputManager(org.eclipse.core.runtime.IExtensionRegistry registry)
Creates a new InputManager.

Parameters:
registry - The extension registry to load from.
Method Detail

loadInput

public InputGrammar loadInput(org.w3c.dom.Element configuration)
Specified by:
loadInput in interface IInputGrammarFactory